Doc: fix dead link in the text widget overview
authorSébastien Wilmet <swilmet@gnome.org>
Mon, 1 Apr 2013 19:00:04 +0000 (21:00 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Mon, 1 Apr 2013 19:12:49 +0000 (21:12 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=697048

docs/reference/gtk/text_widget.sgml

index 6a5ebfff63ca43558b6f24a3581c5cd19fa880c9..f0b3319de09874b0b438082358ed1c666b47e612 100644 (file)
@@ -153,7 +153,7 @@ You can change the default attributes for a given #GtkTextView, and you can
 apply tags that change the attributes for a region of text.  For text features 
 that come from the theme &mdash; such as font and foreground color &mdash; use 
 standard #GtkWidget functions such as gtk_widget_modify_font() or
-gtk_widget_override_text(). For other attributes there are dedicated methods on
+gtk_widget_override_color(). For other attributes there are dedicated methods on
 #GtkTextView such as gtk_text_view_set_tabs().
 
 <informalexample><programlisting>